GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / GetFormFieldFontProperties Method





In This Topic
GetFormFieldFontProperties Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function GetFormFieldFontProperties( _
   ByVal FieldId As Integer, _
   ByRef FontFamily As String, _
   ByRef FontStyle As TrueTypeFontStyle, _
   ByRef IsStdFont As Boolean _
) As GdPictureStatus
public GdPictureStatus GetFormFieldFontProperties( 
   int FieldId,
   ref string FontFamily,
   ref TrueTypeFontStyle FontStyle,
   ref bool IsStdFont
)
public function GetFormFieldFontProperties( 
    FieldId: Integer;
   var  FontFamily: String;
   var  FontStyle: TrueTypeFontStyle;
   var  IsStdFont: Boolean
): GdPictureStatus; 
public function GetFormFieldFontProperties( 
   FieldId : int,
   FontFamily : String,
   FontStyle : TrueTypeFontStyle,
   IsStdFont : boolean
) : GdPictureStatus;
public: GdPictureStatus GetFormFieldFontProperties( 
   int FieldId,
   ref string* FontFamily,
   ref TrueTypeFontStyle FontStyle,
   ref bool IsStdFont
) 
public:
GdPictureStatus GetFormFieldFontProperties( 
   int FieldId,
   String^% FontFamily,
   TrueTypeFontStyle% FontStyle,
   bool% IsStdFont
) 

Parameters

FieldId
FontFamily
FontStyle
IsStdFont
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members